 /* CSS reset */
 /*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
     margin:0;
     padding:0;
}
 */
 * {
     margin: 0;
     padding: 0;
     font-family: "微软雅黑";
 }

 table {
     border-collapse: collapse;
     border-spacing: 0;
 }

 fieldset,
 img {
     border: 0;
 }

 /* address,caption,cite,code,dfn,em,strong,th,var{
font-style:normal;
font-weight:normal;
}
*/
 ol,
 ul {
     list-style: none;
 }

 /* :not(.product-content ol),
:not(.product-content ul) {
     list-style: none;
 } */

 dl,
 ol,
 ul,
 dd,
 li {
     margin: 0;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     font-size: 100%;
     font-weight: normal;
     margin: 0;
 }

 q:before,
 q:after {
     content: '';
 }

 input,
 button {
     border: none;
     font-family: '微软雅黑';
 }

 button {
     background-color: transparent;
     cursor: pointer;
 }

 /* input:focus{
box-shadow: rgba(0, 0, 0, 0.6) 0rem 0rem 0.03rem;
-moz-box-shadow: rgba(0, 0, 0, 0.6) 0rem 0rem 0.03rem;
-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0rem 0rem 0.03rem;
}
*/
 input,
 button:focus {
     outline: none;
 }

 input,
 textarea,
 select {
     border: 0;
     -webkit-appearance: none;
     border-radius: 0;
 }

 /* 定位 浮动*/
 .tl {
     text-align: left;
 }

 .tc {
     text-align: center;
 }

 .tr {
     text-align: right;
 }

 .bc {
     margin-left: auto;
     margin-right: auto;
 }

 .fl {
     float: left;
     display: block;
 }

 /* 可修复IE6中双倍边距bug */
 .fr {
     float: right;
     display: block;
 }

 .cb {
     clear: both;
 }

 .cl {
     clear: left;
 }

 .cr {
     clear: right;
 }

 .clearfix:after {
     content: '.';
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
 }

 .pr {
     position: relative;
 }

 .pa {
     position: absolute;
 }

 .zoom {
     zoom: 1;
 }

 .none {
     display: none;
 }

 .container {
     /* max-width: 11.8rem;
*/
     margin: 0 auto;
 }

 .flex-box {
     display: flex;
     flex-wrap: wrap;
 }

 .col,
 .col-1,
 .col-10,
 .col-11,
 .col-12,
 .col-2,
 .col-3,
 .col-4,
 .col-5,
 .col-6,
 .col-7,
 .col-8,
 .col-9,
 .col-auto,
 .col-lg,
 .col-lg-1,
 .col-lg-10,
 .col-lg-11,
 .col-lg-12,
 .col-lg-2,
 .col-lg-3,
 .col-lg-4,
 .col-lg-5,
 .col-lg-6,
 .col-lg-7,
 .col-lg-8,
 .col-lg-9,
 .col-lg-auto,
 .col-md,
 .col-md-1,
 .col-md-10,
 .col-md-11,
 .col-md-12,
 .col-md-2,
 .col-md-3,
 .col-md-4,
 .col-md-5,
 .col-md-6,
 .col-md-7,
 .col-md-8,
 .col-md-9,
 .col-md-auto,
 .col-sm,
 .col-sm-1,
 .col-sm-10,
 .col-sm-11,
 .col-sm-12,
 .col-sm-2,
 .col-sm-3,
 .col-sm-4,
 .col-sm-5,
 .col-sm-6,
 .col-sm-7,
 .col-sm-8,
 .col-sm-9,
 .col-sm-auto,
 .col-xl,
 .col-xl-1,
 .col-xl-10,
 .col-xl-11,
 .col-xl-12,
 .col-xl-2,
 .col-xl-3,
 .col-xl-4,
 .col-xl-5,
 .col-xl-6,
 .col-xl-7,
 .col-xl-8,
 .col-xl-9,
 .col-xl-auto {
     padding-right: .15rem;
     padding-left: .15rem;
 }

 /* 矩形图片高度自适应盒子 */
 /* 1:1 */
 .imgbox1-1 {
     position: relative;
 }

 .imgbox1-1::before {
     content: "";
     display: block;
     padding-top: 100%;
 }

 .imgbox1-1 img {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }

 /* 2.24:1 */
 .imgbox224-1 {
     position: relative;
     width: 100%;
 }

 .imgbox224-1::before {
     content: "";
     display: block;
     padding-top: 44.6%;
 }

 .imgbox224-1 img {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }

 /* 133:100 */
 .imgbox133-100 {
     position: relative;
     width: 100%;
 }

 .imgbox133-100::before {
     content: "";
     display: block;
     padding-top: 75%;
 }

 .imgbox133-100 img {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }

 /* 4:3 */
 .imgbox4-3 {
     position: relative;
 }

 .imgbox4-3::before {
     content: "";
     display: block;
     padding-top: 75%;
 }

 .imgbox4-3 img {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }

 /* 1:0.71 */
 .imgbox1-071 {
     position: relative;
 }

 .imgbox1-071::before {
     content: "";
     display: block;
     padding-top: 140%;
 }

 .imgbox1-071 img {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }

 /* 2:1 */
 .imgbox2-1 {
     position: relative;
 }

 .imgbox2-1::before {
     content: "";
     display: block;
     padding-top: 50%;
 }

 .imgbox2-1 img {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }

 /* 16:9 */
 .imgbox16-9 {
     position: relative;
 }

 .imgbox16-9::before {
     content: "";
     display: block;
     padding-top: 56%;
 }

 .imgbox16-9 img {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }

 /* 21:9 */
 .imgbox21-9 {
     position: relative;
 }

 .imgbox21-9::before {
     content: "";
     display: block;
     padding-top: 43%;
 }

 .imgbox21-9 img {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }

 /* .container::after {
content: "";
display: block;
clear: both;
}
*/
 /* @功能：全局css定义 */
 /* html{
scroll-behavior: smooth;
}
*/
 body {
     font-size: 0.16rem;
     color: #333333;
     font-family: "微软雅黑";
     /* min-width: 12rem;
*/
     max-width: 19.2rem;
     margin: 0 auto;
     /* background-color: rgba(0, 0, 0, .8);
*/
 }

 a {
     color: inherit;
     text-decoration: none;
 }

 a:hover {
     color: inherit;
     text-decoration: none;
 }

 p {
     margin-bottom: 0;
 }

 /*去除input的默认样式 number的箭头*/
 /*在chrome下：*/
 input::-webkit-outer-spin-button,
 input::-webkit-inner-spin-button {
     -webkit-appearance: none !important;
     margin: 0;
 }

 /*Firefox下：*/
 input[type="number"] {
     -moz-appearance: textfield;
 }

 .row {
     margin: 0;
 }

 header {
     display: block;
     max-width: 12rem;
     height: 1.56rem;
     margin: 0 auto;
     position: absolute;
     top: 0;
     left: 50%;
     transform: translateX(-50%);
     z-index: 9;
 }

 .header {
     width: 100%;
     height: 0.8rem;
     line-height: 0.8rem;
     overflow: hidden;
     display: flex;
     background-color: rgba(0, 0, 0, .2);
     justify-content: space-between;
     margin: .2rem 0;
     padding: 0 .2rem;
     border-radius: .05rem;
 }

 .header .phone {
     float: left;
 }

 .header .phone i {
     display: block;
     width: 0.28rem;
     height: 0.28rem;
     background: url(../img/phone_icon.png) center no-repeat;
     background-size: 100% 100%;
     float: left;
     margin-top: 0.26rem;
     margin-right: 0.1rem;
 }

 .header .phone span {
     display: block;
     font-size: 0.2rem;
     font-weight: normal;
     font-style: italic;
     font-stretch: normal;
     letter-spacing: 0rem;
     color: #ffffff;
     float: left;
 }

 .header .date {
     float: left;
     margin-left: 0.55rem;
 }

 .header .date i {
     display: block;
     width: 0.26rem;
     height: 0.28rem;
     background: url(../img/rili_icon.png) center no-repeat;
     background-size: 100% 100%;
     float: left;
     margin-top: 0.26rem;
     margin-right: 0.13rem;
 }

 .header .date span {
     font-size: 0.2rem;
     font-weight: normal;
     font-stretch: normal;
     letter-spacing: 0rem;
     color: #ffffff;
 }

 .header .btns {
     float: right;
     margin-top: 0.24rem;
 }

 .header .btns .lang {
     width: 0.6rem;
     height: 0.32rem;
     background-color: rgba(255, 255, 255, .1);
     border-radius: 0.05rem;
     float: left;
     font-size: 0.2rem;
     line-height: 0.32rem;
     font-weight: normal;
     letter-spacing: 0rem;
     color: #ffffff;
     text-align: center;
     letter-spacing: -0.02rem;
     margin-right: 0.48rem;
 }

 .header .btns .lang a:first-child {
     display: inline-block;
     margin-right: 0.02rem;
 }

 .header .btns .lang a.on {
     color: #1967f1;
 }

 .header .btns .search {
     width: 3rem;
     height: 0.32rem;
     background-color: rgba(255, 255, 255, .1);
     border-radius: 0.05rem;
     float: left;
 }

 .header .btns .search input {
     display: block;
     width: 2.65rem;
     height: 0.32rem;
     margin: 0;
     padding: 0;
     border: none;
     float: left;
     background-color: transparent;
     box-sizing: border-box;
     padding-left: 0.15rem;
     color: white;
 }

 .header .btns .search input::-webkit-input-placeholder {
     color: white;
     font-size: 0.14rem;
 }

 .header .btns .search a {
     display: block;
     float: right;
     width: 0.32rem;
     height: 0.32rem;
     background: url(../img/search_icon.png) center no-repeat;
     background-size: 0.19rem 0.19rem;
 }

 .nav {
     width: 100%;
     height: 0.76rem;
     background-color: #ffffff;
     border-radius: 0.04rem;
     box-sizing: border-box;
 }

 .navbtn {
     display: none;
 }

 .nav .logo {
     float: left;
     width: 3.28rem;
     height: 0.45rem;
     margin-top: 0.15rem;
     margin-left: 0.1rem;
     margin-right: 0.85rem;
 }

 .nav .logo a {
     display: block;
     width: 100%;
     height: 100%;
 }

 .nav .navbar,
 .nav .navbox {
     padding: 0;
     margin: 0;
     border: none;
     flex: 1;
     margin-right: 0.24rem;
 }

 .nav .navbox {
     margin-right: 0;
 }

 .nav .navbar li {
     min-width: 0.73rem;
     line-height: 0.76rem;
     text-align: center;
     font-size: 0.18rem;
     color: #1d2029;
     position: relative;
 }

 .nav .navbar li a {
     display: block;
 }

 .nav .navbar li:hover>a {
     color: #1f6cef;
 }

 .nav .navbar li>dl {
     display: none;
     width: 1.2rem;
     border-top: solid 0.01rem #1f6cef;
     position: absolute;
     top: 0.76rem;
     left: 50%;
     margin: 0;
     transform: translateX(-50%);
     background-color: #fff;
 }

 .nav .navbar li>dl>dd {
     line-height: 0.32rem;
     margin-bottom: 0;
     font-size: 0.16rem;
     color: #1d2029;
     position: relative;
 }

 .nav .navbar li>dl>dd a {
     padding: .1rem 0;
 }

 .nav .navbar li>dl>dd a {
     display: block;
 }

 .nav .navbar li>dl>dd>dl {
     display: none;
     width: 2.2rem;
     background-color: #fff;
     position: absolute;
     left: 1.35rem;
     top: 0;
 }

 .nav .navbar li>dl>dd>dl>dd {
     position: relative;
 }

 .nav .navbar li>dl>dd:hover dl::before {
     content: "";
     width: 0;
     height: 0;
     border-right: solid .1rem white;
     border-top: solid .08rem transparent;
     border-bottom: solid .08rem transparent;
     position: absolute;
     left: -.1rem;
     top: .2rem;
 }

 .nav .navbar li>dl>dd:hover dl::after {
     content: "";
     width: .25rem;
     height: .5rem;
     position: absolute;
     left: -.25rem;
     top: 0;
 }

 .nav .navbar li dl>dd:hover>a {
     background-color: #f7f8fa;
     color: #1968f1;
 }

 footer {
     width: 100%;
     /* height: 3.51rem;
*/
     overflow: hidden;
 }

 footer .row {
     width: 100%;
     height: 3.01rem;
     background: url(../img/footerBG.jpg) center no-repeat;
     background-size: cover;
 }

 footer .row .container {
     padding-top: 1.02rem;
 }

 footer .row .container dl {
     float: left;
     color: white;
     line-height: 1;
     margin-right: 0.7rem;
 }

 footer .row .container dl dd {
     float: left;
     padding-right: 0.35rem;
     margin-left: 0.56rem;
     position: relative;
 }

 footer .row .container dl dd:first-child {
     margin-left: 0;
 }

 footer .row .container dl dd:first-child a {
     margin-bottom: .16rem;
 }

 footer .row .container dl dd::after {
     content: "";
     width: 0.01rem;
     height: 0.8rem;
     background-color: #aaaaaa;
     position: absolute;
     right: 0;
     top: 0;
 }

 footer .row .container dl dd a {
     display: block;
     margin-bottom: 0.32rem;
 }

 footer .row .container dl dd a:last-of-type {
     margin-bottom: 0;
 }

 footer .row .container .footer-addres {
     color: white;
     float: left;
     max-width: 3.2rem;
     line-height: 0.32rem;
     position: relative;
     top: -0.08rem;
 }

 footer .row .container .footer-ewm {
     color: white;
     float: right;
     padding-top: 0.12rem;
 }

 footer .row .container .footer-ewm>div {
     float: left;
     width: 0.7rem;
     position: relative;
 }

 footer .row .container .footer-ewm>div.wx {
     margin-right: 0.5rem;
 }

 footer .row .container .footer-ewm>div .ewm {
     width: 1rem;
     height: 1rem;
     position: absolute;
     top: -1rem;
     left: 50%;
     transform: translateX(-50%);
     background-color: #fff;
     border-radius: 0.06rem;
     opacity: 0;
     z-index: -1;
 }

 footer .row .container .footer-ewm>div .ewm::after {
     content: "";
     width: 0;
     height: 0;
     border-top: solid 0.1rem white;
     border-left: solid 0.1rem transparent;
     border-right: solid 0.1rem transparent;
     position: absolute;
     bottom: -0.1rem;
     left: 50%;
     transform: translateX(-50%);
 }

 footer .row .container .footer-ewm>div .ewm img {
     display: block;
     width: 0.94rem;
     height: 0.94rem;
     margin: 0.03rem;
 }

 footer .row .container .footer-ewm>div .icon img {
     display: block;
     max-width: 100%;
 }

 footer .row .container .footer-ewm>div .icon span {
     display: block;
     margin-top: 0.16rem;
     line-height: 1;
 }

 footer .row .container .footer-ewm>div:hover .ewm {
     opacity: 1;
     z-index: 2;
 }

 footer .footer-BQ {
     text-align: center;
     height: 0.5rem;
     line-height: 0.5rem;
     color: white;
     font-size: 0.12rem;
     background-color: #121d25;
 }

 /* .container, .container-lg, .container-md, .container-sm, .container-xl {
max-width: 11.8rem;
padding: 0;
} */
 .nav .logo {
     margin-right: .1rem;
 }

 .nav .navbar li {
     min-width: .64rem;
     font-size: .16rem;
 }

 #downloadFrom {
     display: none;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, .5);
     position: fixed;
     top: 0;
     left: 0;
     z-index: 998;
     /* padding: .25rem; */
     box-sizing: border-box;
 }

 .download-box {
     width: calc(100% - .25rem);
     height: calc(100% - .25rem);
     max-width: 8.6rem;
     max-height: 6.12rem;
     background-color: #ffffff;
     border-radius: 0.1rem;
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     padding: 0 .3rem;
     padding-top: .49rem;
 }

 .download-head {
     width: 100%;
     max-width: 7rem;
     margin: 0 auto;
     text-align: center;
     border-bottom: solid .01rem #cccccc;
     line-height: 1;
     padding-bottom: .19rem;
     font-size: 0.22rem;
     font-weight: normal;
     font-stretch: normal;
     letter-spacing: 0rem;
     color: #1f6cef;
 }

 .download-main {
     width: 100%;
     max-width: 7rem;
     margin: 0 auto;
     margin-top: .4rem;
     position: relative;
 }

 .download-main .download-item {
     width: 100%;
     height: 0.53rem;
     line-height: .53rem;
     background-color: #f2f3f5;
     border-radius: 0.1rem;
     display: flex;
     margin-bottom: .2rem;
 }

 .download-main .download-item:nth-last-child(2) {
     height: 1.1rem;
 }

 .download-main .download-item:nth-last-child(2) textarea {
     line-height: .32rem;
     padding-top: .1rem;
 }

 .download-main .download-item label {
     width: 1rem;
     text-align: justify;
     text-align-last: justify;
     text-indent: .2rem;
     margin-right: .1rem;
     position: relative;
     font-size: 0.18rem;
     font-weight: normal;
     font-stretch: normal;
     letter-spacing: 0rem;
     color: #303136;
 }

 .download-main .send-btn {
     margin-top: .4rem;
 }

 .download-main .send-btn button {
     display: block;
     width: 4.13rem;
     height: 0.61rem;
     background-color: #0c78d4;
     border-radius: 0.3rem;
     margin: 0 auto;
     font-size: 0.24rem;
     font-weight: normal;
     font-stretch: normal;
     line-height: 0.49rem;
     letter-spacing: 0rem;
     color: #ffffff;
 }

 .download-main .download-item label::after {
     content: ":";
     position: absolute;
     right: -.05rem;
     top: 0;
 }

 .download-main .download-item input,
 .download-main .download-item textarea {
     flex: 1;
     background-color: transparent;
     font-size: .18rem;

 }

 .download-box .close-btn {
     width: .41rem;
     height: .41rem;
     background: url(../img/close_icon.png) center no-repeat;
     background-size: contain;
     position: absolute;
     bottom: -.81rem;
     left: 50%;
     margin-left: -.2rem;
 }

 #FCICON {
     position: fixed;
     top: 50%;
     transform: translateY(-50%);
     right: 0.2rem;
     z-index: 999;
     transition: all .3s;
 }

 #FCICON dl {
     width: 0.78rem;
     /* height: 3.14rem;
   */
     background-color: #ffffff;
     box-shadow: 0.01rem 0.05rem 0.05rem 0rem rgba(0, 0, 0, 0.05);
     border-radius: 0.05rem;
 }

 #FCICON dl dd {
     position: relative;
 }

 #FCICON dl .icon,
 #FCICON .toTop {
     display: flex;
     width: 0.78rem;
     height: 0.78rem;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
     box-sizing: border-box;
     padding-top: 0.05rem;
     padding-bottom: 0.14rem;
     cursor: pointer;
 }

 #FCICON dl dd:first-child .icon {
     padding-top: 0.11rem;
 }

 #FCICON .toTop {
     background-color: #ffffff;
     box-shadow: 0.01rem 0.05rem 0.05rem 0rem rgba(0, 0, 0, 0.05);
     border-radius: 0.05rem;
     margin-top: 0.16rem;
     padding-top: 0.13rem;
 }

 #FCICON dl .icon span,
 #FCICON .toTop span {
     font-size: 0.14rem;
     line-height: 1;
     color: #303136;
     width: 100%;
     text-align: center;
 }

 #FCICON dl dd .font {
     width: 1.25rem;
     position: absolute;
     left: -1.35rem;
     top: 0;
     background-color: #fff;
     border-radius: 0.04rem;
     transform: translateY(0.5rem);
     opacity: 0;
     pointer-events: none;
     transition: all .3s;
 }

 #FCICON dl dd:hover .font {
     transform: translateY(0rem);
     opacity: 1;
     z-index: 100;
 }

 #FCICON dl dd .font::after {
     content: "";
     width: 0;
     height: 0;
     position: absolute;
     right: -0.08rem;
     top: 0.05rem;
     border-left: solid 0.08rem white;
     border-top: solid 0.08rem transparent;
     border-bottom: solid 0.08rem transparent;
 }

 #FCICON dl dd .font img {
     display: block;
     width: 0.99rem;
     height: 0.99rem;
     margin: 0.13rem;
 }

 #FCICON dl dd .font p {
     width: 100%;
     background-color: #eeeeee;
     text-align: center;
     font-size: 0.14rem;
     color: #9a6832;
     box-sizing: border-box;
     padding-top: 0.1rem;
     padding-bottom: 0.1rem;
     border-radius: 0.04rem;
     line-height: 1.25;
 }

 #FCICON dl dd .font h3 {
     width: 100%;
     color: #9a6832;
     text-align: center;
     padding: 0.2rem 0;
     background-color: #ffffff;
     border-radius: 0.04rem;
 }

 #FCICON dl dd .font h3 span {
     font-size: 0.14rem;
     margin-bottom: 0.1rem;
     line-height: 1;
 }

 #FCICON dl dd .font h3 b {
     font-size: 0.16rem;
     line-height: 1;
 }

 #videoplayer {
     display: none;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, .6);
     position: fixed;
     top: 0;
     left: 0;
     z-index: 9999;
 }

 #videoplayer .videoplayer-main {
     width: 100%;
     max-width: 9.6rem;
     height: 5.4rem;
     /* background-color: #fff; */
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
 }

 #videoplayer .videoplayer-main>video {
     width: 100%;
     height: 100%;
 }

 #videoplayer .videoplayer-main>.videoplayer-close {
     width: .38rem;
     height: .37rem;
     background: url(../img/close_zxbm.png) center no-repeat;
     background-size: contain;
     position: absolute;
     top: 0;
     right: 0;
     opacity: 0;
 }

 #videoplayer .videoplayer-main:hover .videoplayer-close {
     opacity: 1;
 }




 /* Small devices (landscape phones, 最小 and up) */
 @media (min-width: 0) and (max-width:992px) {

     .container,
     .container-lg,
     .container-md,
     .container-sm,
     .container-xl {
         max-width: 100%;
         padding: 0 .25rem;
     }

     .nav {
         justify-content: space-between;
     }

     .nav .navbox {
         flex: none;
         width: .43rem;
         margin-top: .21rem;
         margin-right: .1rem;
         position: relative;
     }


     .navbtn {
         width: 100%;
         display: block;
         float: right;
     }

     .navbtn span {
         display: block;
         width: 100%;
         height: .05rem;
         margin-bottom: .1rem;
         background-color: #333333;
         border-radius: .05rem;
     }

     .navbtn span:last-child {
         margin-bottom: 0;
     }

     .nav .navbar {
         display: none;
         width: 2.8rem;
         position: absolute;
         right: -.1rem;
         top: .55rem;
         background-color: #fff;
         margin-right: 0;
         z-index: 99;
     }

     .nav .navbar li {
         /* height: .6rem; */
         line-height: .6rem;
         font-size: .26rem;
     }

     .nav .navbar li>dl {
         width: 100%;
         position: relative;
         top: 0;
         left: 0;
         margin: 0;
         transform: translateX(0);
         border-top: none;
     }

     .nav .navbar li>dl>dd {
         background-color: #5386e8;
         line-height: .6rem;
         font-size: 0.26rem;
         font-weight: normal;
         font-stretch: normal;
         letter-spacing: 0rem;
         color: #1d2029;
     }

     .nav .navbar li>dl>dd:hover {
         background-color: rgba(0, 0, 0, 0);
     }

     .nav .navbar li>dl>dd>dl {
         width: 2.8rem;
         left: -2.8rem;
         background-color: #6f99e9;
     }

     .header .btns {
         margin-left: .1rem;
     }

     .header .btns .lang {
         margin-right: .2rem;
     }

     .header .btns .search {
         width: .32rem;
     }

     .header .btns .search input {
         display: none;
     }

     .header .btns .search {
         width: auto;
         position: relative;
     }

     .header .btns .search::after {
         content: "";
         width: .32rem;
         height: .32rem;
         position: absolute;
         left: 0;
         top: 0;
     }

     .header .btns .search.on::after {
         display: none;
     }

     .header .btns .search input {
         display: block;
         width: 0;
         padding: 0;
     }

     .header .btns .search.on input {
         width: 1rem;
     }

     .download-head {
         font-size: 0.24rem;
         font-weight: normal;
         font-stretch: normal;
         letter-spacing: 0rem;
         color: #1f6cef;
     }

     .download-main .download-item label {
         width: 1.2rem;
         font-size: 0.22rem;
         font-weight: normal;
         font-stretch: normal;
         letter-spacing: 0rem;
         color: #303136;
     }

     .download-main .download-item input,
     .download-main .download-item textarea {
         font-size: .22rem;
     }

     #FCICON {
         top: auto;
         bottom: .36rem;
     }

     #FCICON dl {
         display: none;
     }
     #bottom_FC {
        display: block;
        width: 7.5rem;
        height: .98rem;
        position: fixed;
        bottom: 0;
        left: 50%;
        background: url(../img/bottom_FC.jpg) center no-repeat;
        background-size: 100% 100%;
        z-index: 9;
        transform: translateX(-50%);
    }
   
    #bottom_FC a {
        display: block;
        height: 100%;
        float: left;
        width: 33.3%;
    }
    
    footer {
        margin-bottom: .98rem;
    }


 }


 /* 
@media (min-width: 576px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
        padding: 0;
    }



} */


 /* @media (min-width: 768px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
        padding: 0 .15rem;
    }



}


@media (min-width: 992px) {

    .nav .logo {
        margin-right: .1rem;
    }

    .nav .navbar li {
        min-width: .64rem;
        font-size: .16rem;
    }





} */

 @media (max-width: 1200px) {
     footer .row {
         height: auto;
     }

     footer .row .container {
         padding-top: .5rem;
     }

     footer .row .container dl {
         float: none;
         width: 100%;
         /* overflow: hidden; */
         display: flex;
         justify-content: space-between;
         box-sizing: border-box;

         padding: 0 .25rem;
     }

     footer .row .container dl dd {
         width: 33.33%;
         box-sizing: border-box;
         text-align: center;
         padding: 0;
         margin: 0;
     }

     footer .row .container dl dd:first-child {
         text-align: left;
     }

     footer .row .container dl dd:last-child {
         text-align: right;
     }


     footer .row .container dl dd:last-child::after {
         display: none;
     }

     footer .row .container>div {
         margin-top: .5rem;
         box-sizing: border-box;
         padding: 0 .25rem;
         width: 100%;
         padding-bottom: .35rem;
     }

 }

 /* Extra large devices (large desktops, 1200px and up) */
 @media (min-width: 1200px) {

     .container,
     .container-lg,
     .container-md,
     .container-sm,
     .container-xl {
         max-width: 11.8rem;
         padding: 0;
     }

     .nav .navbox {
         flex: 1;
         margin-top: 0;
         margin-right: 0;
     }

     .navbtn {
         width: 100%;
         display: none;
     }

     .nav .navbar {
         display: flex;
         width: 100%;
         position: relative;
         top: 0;
         margin-right: 0;
         padding: 0 .24rem;
     }

     .nav .navbar li {
         height: .76rem;
         line-height: .76rem;
     }

     #bottom_FC {
         display: none;
     }


 }

 @media (max-width: 1200px) {
     #ztbox .ztBanner {
         height: 3.2rem !important;
     }
 }

 @media (max-width: 576px) {
     .col-xs-6 {
         flex: 0 0 48%;
         max-width: 48%;
     }
 }